class CSSPropertyConfigItem extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_end
Mapping between the CSS property and LaTeX (end command).
|
private String |
_start
Mapping between the CSS property and LaTeX (start command).
|
Constructor and Description |
---|
CSSPropertyConfigItem(String start,
String end)
Cstr.
|
Modifier and Type | Method and Description |
---|---|
String |
getEnd()
Returns end command.
|
String |
getStart()
Returns start command.
|